.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #3c78e6;
  border-top-color: #3c78e6;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #3c78e6;
  border-bottom-color: #3c78e6;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.pro {
  margin-top: 60px;
  padding-bottom:40px;
  background: url(../images/bg1.png) no-repeat center bottom;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top .plaet {
  padding-left: 77px;
  position: relative;
  width: 288px;
  box-sizing: border-box;
}
.pro .top .plaet i {
  font-size: 100px;
  font-family: "Times";
  color: #3c78e6;
  letter-spacing: 6px;
  line-height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .top .plaet h3 a {
  font-size: 36px;
  line-height:42px;
  color: #333;
  font-weight: bold;
  display: block;
}
.pro .top .plaet .zm {
  font-family: Arial;
  font-size: 18px;
  color: #aaa;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}
.pro .top .plaet .zm::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #3c78e6;
  top: 12px;
  left: -39px;
}
.pro .top .more {
  display: block;
  width: 184px;
  height: 52px;
  background: #3c78e6;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  padding-left: 21px;
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
.pro .top .more::before {
  content: "";
  display: block;
  width: 32px;
  height: 52px;
  background: url(../images/more11.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 21px;
}
.pro .top .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pro .warp li {
  width: 406px;
  margin-bottom: 15px;
}
.pro .warp li .img {
  width: 406px;
  height: 290px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp li .img img {
  width: 406px;
  height: 290px;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
}
.pro .warp li .text {
  width: 406px;
  padding: 0 50px 0 10px;
  box-sizing: border-box;
  position: relative;
}
.pro .warp li .text .title {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp li .text .more {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .warp li .text .more::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #aaa;
  top: 21px;
  left: -28px;
}
.pro .warp li:hover .img {
  border: solid 1px #3c78e6;
}
.pro .warp li:hover .text .title {
  color: #3c78e6;
}
.abo {
  height: 725px;
  overflow: hidden;
  position: relative;
}
.abo::before {
  content: "";
  display: block;
  width: 100%;
  height: 532px;
  background: #fafdfe;
  position: absolute;
  top: 0;
  left: 0;
}
.abo .contents {
  position: relative;
}
.abo .warp {
  width: 1140px;
  height: 324px;
  background-color: rgb(255 255 255 / 50%);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 55px 0 55px;
  box-sizing: border-box;
  position: absolute;
  top: 374px;
  left: 0;
  z-index: 20;
}
.abo .warp .title {
  font-size: 32px;
  color: #262626;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.abo .warp .zm {
  font-size: 15px;
  color: #ccc;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.abo .warp p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 15px;
  text-align: center;
}
.abo .warp .plaet {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 40px;
}
.abo .warp .plaet .num {
  padding-left: 58px;
  background: url(../images/tel2.png) no-repeat center left;
  font-family: Arial;
  font-size: 25px;
  color: #272727;
  line-height: 42px;
}
.abo .warp .plaet .num i {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 42px;
}
.abo .warp .plaet .more {
  width: 115px;
  height: 39px;
  background: #3c78e6;
  line-height: 39px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
}
.abo .warp .rong {
  width: 326px;
  height: 229px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 44px;
  right: -168px;
}
.abo .warp .rong img {
  width: 326px;
  height: 229px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: contain;
}
.abo .warp .rong img:hover {
  transform: scale(1.1);
}
.abo .pic {
  width: 997px;
  height: 532px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -320px;
  z-index: 10;
}
.abo .pic img {
  width: 997px;
  height: 532px;
}
.abo .top {
  display: flex;
  justify-content: space-between;
  width: 115px;
  position: absolute;
  top: 351px;
  right: 0;
}
.abo .top h3 {
  font-size: 36px;
  color: #333;
  letter-spacing: 18px;
  writing-mode: tb-rl;
  font-weight: bold;
}
.abo .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #3c78e6;
  writing-mode: tb-rl;
  font-weight: bold;
}
.abo .aside {
  width: 525px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 122px;
  right: 0;
}
.abo .aside li {
  position: relative;
}
.abo .aside li a {
  display: block;
  width: 91px;
  padding-top: 120px;
  font-size: 16px;
  color: #808080;
  text-align: center;
  box-sizing: border-box;
}
.abo .aside li:nth-child(1)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r1.png) no-repeat center;
  border: 1px solid #333;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(1)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  top: -57px;
  right: -60px;
}
.abo .aside li:nth-child(2)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r2.png) no-repeat center;
  border: 1px solid #333;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  top: -57px;
  right: -60px;
}
.abo .aside li:nth-child(3)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r3.png) no-repeat center;
  border: 1px solid #333;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(3)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  top: -57px;
  right: -60px;
}
.abo .aside .on:nth-child(1) {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.abo .aside .on:nth-child(1):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(1)::before {
  background: url(../images/r4.png) no-repeat center;
  border: 1px solid #3c78e6;
}
.abo .aside .on:nth-child(2) {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.abo .aside .on:nth-child(2):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(2)::before {
  background: url(../images/r5.png) no-repeat center;
  border: 1px solid #3c78e6;
}
.abo .aside .on:nth-child(3) {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.abo .aside .on:nth-child(3):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(3)::before {
  background: url(../images/r6.png) no-repeat center;
  border: 1px solid #3c78e6;
}
.adv {
  height: 960px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin-top: 29px;
  padding-top: 62px;
  box-sizing: border-box;
}
.adv .top h3 {
  font-size: 48px;
  color: #ae0001;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 47px;
  text-align: center;
}
.adv .top p {
  font-size: 24px;
  color: #3c78e6;
  letter-spacing: 2px;
  text-align: center;
  width: 550px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 45px;
  margin: 25px auto 0;
}
.adv .warp {
  position: relative;
}
.adv .warp li {
  font-size: 18px;
  color: #fff;
  width: 102px;
  height: 102px;
  background: #3c78e6;
  opacity: 0.8;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  padding-top: 22px;
  box-sizing: border-box;
  animation: myfirstd linear infinite 2s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(1);
}
.adv .warp li:hover {
  transform: scale(1.3);
}
.adv .warp li:nth-child(1) {
  top: 389px;
  left: 311px;
  opacity: 1;
  width: 159px;
  height: 159px;
  padding-top: 0;
}
.adv .warp li:nth-child(2) {
  top: 389px;
  left: 592px;
  opacity: 1;
  width: 159px;
  height: 159px;
  padding-top: 0;
}
.adv .warp li:nth-child(3) {
  top: 130px;
  left: 72px;
}
.adv .warp li:nth-child(4) {
  top: 232px;
  left: 237px;
}
.adv .warp li:nth-child(5) {
  top: 349px;
  left: 76px;
}
.adv .warp li:nth-child(6) {
  top: 565px;
  left: 150px;
}
.adv .warp li:nth-child(7) {
  top: 182px;
  left: 930px;
}
.adv .warp li:nth-child(8) {
  top: 344px;
  left: 993px;
}
.adv .warp li:nth-child(9) {
  top: 576px;
  left: 941px;
}
.adv .warp li:nth-child(10) {
  top: 595px;
  left: 1109px;
}
/*¹à×°³µ¼ä*/
.bg4{background: url(../images/bg4.png) no-repeat center top;height:585px;z-index:99999;}
.ppll{margin-top:65px;display: flex;align-items: center;justify-content: center}
.ppll li{margin:0 30px;}
.ppll li a.img{display: block;width:254px;height:152px;overflow: hidden;/*border:1px solid #7e8180;*/}
.ppll li a.img img{width:254px;height:152px;}


/* <!-- °¸Àý¹öÇÐ»» -->*/
.chan{width:1200px;margin:0 auto;text-align:center;margin-top:20px;position:relative;}
.l_btn,.r_btn{position:absolute;cursor:pointer;top:40%;transition-duration: .6s;}
.l_btn{left:-50px;}
.r_btn{right:-50px;}
.r_btn:hover{  transform: translateY(-10px);}
.l_btn:hover{  transform: translateY(-10px);}
.twt{}
.twt li{float: left;overflow: hidden;margin-bottom: 20px}
.twt li a.img{display:block; margin-left: 12px;margin-right:12px;margin-top:12px;margin-bottom: 12px}
.twt li a.img img{display:block;width: 373px;height:280px;}
.twt li:hover a.img{box-shadow: 0 0 12px #333;}

.twt li h2{font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;text-align: center;margin-top:20px;}
.twt li h2 a{	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;text-align: center}

.twt li:hover h2 a{color:#3c78e6;}



#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.wt {
    position: relative;
}
.wt_t{width:1200px;margin:0 auto;}
.abtt{	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333;text-align: center}
.abtt span{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #aaa;text-align: center;margin-top:5px;display: block}
/*<!-- ÆóÒµ¶¯Ì¬  ½¡¿µÒûË®-->*/
.bg6{background: url(../images/bg6.png) no-repeat center top;height:620px;z-index:99997;position: relative;margin-top:-42px;z-index: 99998;margin-top:30px;}

.wen1{width:488px;float:left;margin-top:20px;}
.qytt{	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;}

 a.mm1{float:right;background: url(../images/mm1.png) no-repeat center right;width:395px;height:39px;line-height:39px;	color: #000000;text-align:right;padding-right:5px;font-size:14px}

 a.mm1:hover{color:#fff;background: url(../images/mm2.png) no-repeat center right;}



.news_list2{margin-top:20px;}
.news_list2 li{width:472px;height:354px;position:relative;}
.news_list2 li a.img{display: block}
.news_list2 li a.img img{width:472px;height:354px;}
.news_list2 li h2{position: absolute;width:100%;line-height:40px;color:#fff;background: url(../images/bh.png);bottom:0px;}
.news_list2 li h2 a{color:#fff;font-size:14px;font-weight: 400;padding-left:10px;float:left;display: block}
.news_list2 li h2 span{display: block;float:right;color:#fff;font-size:14px;font-weight: 400;padding-right:10px;}


.news_list22{margin-top:15px;}
.news_list22 li{background: url(../images/nn1.png) no-repeat center left;display: block;padding-left:15px;}
.news_list22 li h2{width:100%;line-height:35px;color:#000000;}
.news_list22 li h2 a{color:#000000;font-size:14px;font-weight: 400;padding-left:10px;float:left;display: block}
.news_list22 li h2 span{display: block;float:right;color:#555555;font-size:14px;font-weight: 400;padding-right:10px;}
.news_list22 li:hover{background: url(../images/nn2.png) no-repeat center left}
.news_list22 li:hover a{color:#3c78e6;}

.wen2{width:646px;float:right;margin-top:20px;}

 a.mm2{float:right;background: url(../images/mm1.png) no-repeat center right;width:553px;height:39px;line-height:39px;	color: #000000;text-align:right;padding-right:5px;font-size:14px}

 a.mm2:hover{color:#fff;background: url(../images/mm2.png) no-repeat center right;}




.news_list3{margin-top:20px;}
.news_list3 li {
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.news_list3 .times {
  text-align: center;
  width: 104px;
  height: 104px;
  background-color: #cccccc;
}

.news_list3 .times span {
  display: block;
  font: 400 40px/48px "Arial";
  color: #000000;
  margin-top: 16px;
}

.news_list3 .times span a {
  color: #333;
}

.news_list3 .times p {
  font: 400 14px/16px "Arial";
  color: #000000;
}

.news_list3 li:hover .times {
  background: #3c78e6;
}

.news_list3 li:hover .times span{color:#fff;}
.news_list3 li:hover .times p{color:#fff;}


.n_list{float:right;}
.n_list h3{color:#000000;font-size:16px;line-height:35px;font-weight: 400}
.n_list h3 a{color:#000000;font-size:16px;line-height:35px;}
.n_list span{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #555555;display: block;line-height:28px;height:56px;overflow: hidden;margin-top:10px;}

.news_list3 li:hover .n_list h3 a{color:#3c78e6;font-size:16px;line-height:35px;}
.topLink{width:1006px;float:right;text-align:right;position: relative;z-index: 9999;display:none;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:0px;float:right;padding-right:15px}
.k2{color:#074b91;font-size:14px;font-family:"?£¤?????¡§???¡¥??a€oa€|????a€?";float:right;padding-top: 12px;width:311px;}
.topLink .k3{float:left;padding-top:10px}




.dff{background: url(../images/dff.png) no-repeat center top;height:128px;z-index:99997;position: relative;z-index: 99999;margin-top:-43px;}

.nav2x{width:1200px;margin:0 auto;}
.nav2x li{line-height:65px;text-align:center;width: 150px;float:left;position:relative;z-index:999;}
.nav2x li>a{text-align:center;}
.nav2x li a{display:block;line-height:65px;color:#ffffff;height:65px;font-size:16px;}
.nav2x li:hover{}
.nav2x li:hover a{text-decoration:none;}
.nav2x li:last-child{background:none;}

.dff2{background: url(../images/dff2.png) repeat-y center top;}
.logo2{float:left;margin-top:50px;}
.lxwm{margin-top:40px;float:left;margin-left:50px;	font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;}
/*ÓÑÇéÁ´½Ó*/
.f_link{width:1006px;margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*Ò³Ãæµ×²¿*/
#footer{position:relative;width:1000px;margin:0 auto;text-align:left; padding-bottom:10px;}
#footer a{color:#555555;}
#footer a:hover{color:#3c78e6;text-decoration:none;}
.nav_foot{float:left;width:367px;text-align:left;color:#555555;padding-top:56px;padding-left:12px;line-height:34px}
.copyright{text-align:center;line-height:24px;color:#555555;margin-top: 19px;font-size:14px!important;}
.copyright a{text-align:center;line-height:24px;color:#555555;font-size:14px;}
.copyright a:hover{text-decoration:underline!important;font-size:14px;}
.foot{position:relative;border-top:1px solid #111111;margin-top:26px;}
.wwmm{margin-top:50px;float:right;}
@keyframes myfirstd {
  0% {
    margin-top: 0px;
  }
  40% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0px;
  }
}


